CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - vb6 port

搜索资源列表

  1. ads1248_89c51_chanel_sw.rar

    2下载:
  2. ADS1248 的源代码,用89C51 控制,22.1184M晶振,放大16倍,采样频率为40SPS,含通道切换,通过串口返回数据。并给出了VB6 测试代码。,The the ADS1248 source code 89C51 control, 22.1184M crystal, enlarged 16 times, sampling frequency 40SPS, the containing channel switching, and returns the data through t
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2013-11-20
    • 文件大小:225582
    • 提供者:普云忠
  1. vb_soket_TCPIP

    1下载:
  2. VB使用的 TCP和UDP通讯例子包含了服务器端和客户端的编程,程序中改变了通讯端口,请注意。本程序在XP+vb6,Win7+vb6 通过。-VB uses the TCP and UDP communication example contains the server and client program, the program has changed the communication port, please note. This procedure in XP+vb6, Win7+v
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-03
    • 文件大小:90552
    • 提供者:yinmin
  1. bouhanna

    0下载:
  2. small programme written on VB6, it lets your PIC16f877a communicate with your PC via the parallel port.
  3. 所属分类:Compiler program

    • 发布日期:2017-11-18
    • 文件大小:21905
    • 提供者:zaki
  1. IR_Remote_Control_winamp

    0下载:
  2. 单片机端接受红外遥控并通过串口发送至电脑端程序,电脑端程序获得数据后控制Winamp的上一首、下一首、音量大小等。串口使用4800波特率,8字节,一位停止位,无校验,单片机使用12Mhz晶振,VB6.0,win7 32bit下测试通过。-Receiving infrared remote control MCU side and sent to the PC via the serial port procedures, computer terminal procedure for obtai
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-02
    • 文件大小:47345
    • 提供者:吴亚米
  1. lcd-vb

    0下载:
  2. Controlling a 2x20 LCD display. VB6 This application is oriented to the LPT parallel port communications, the example written in visual basic 6.0 contains libraries IO.DLL, IO.BAS for the creation of the module.
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1325630
    • 提供者:pablo
  1. 20085131614903

    0下载:
  2. 上位机(PC机或具有串口的其他控制设备)通过RS232串口连接到本控制板后,向控制板发送一串ASCII代码指令既可控制步进电机的转向、转速、步进量,完全不需了解步进电机及驱动器的工作原理。例如:串口发送"S100",则步进电机将顺时针以每分钟100转的速度旋转,串口发送"N300",则步进电机将逆时针以每分钟300转的速度旋转;串口发送"S100J",则步进电机将顺时针步进100个步距角,串口发送"N1000J",则步进电机将逆时针步进1000个步距角。用于精密转速控制、精密运动控制、精密机械加
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-03-31
    • 文件大小:502474
    • 提供者:xiaozhux
  1. 671AT89S52-ISP

    0下载:
  2. 开源 ISP-VB6源程序,只支持AT89S51/AT89S52 AT89S51和AT89S52的ISP-VB6.0源程序。 没有设立保密按钮,企业用户请绕道。 也没有安排擦除按钮,擦除ROM请建一个空的.HEX下载。 能知道已存在的串行口,自动识别51还是52. 当串口号大于4,手工去设备管理器中改小。 当你想用VB6通过串口(或USB的虚拟串口)与单片机通信时,可以参考。 -Open source ISP-VB6 source code supports onl
  3. 所属分类:Parallel Port

    • 发布日期:2017-03-30
    • 文件大小:183860
    • 提供者:Poter
  1. 1

    0下载:
  2. 用VB进行串口实时数据采集,本文介绍VB6.0利用MSComm通信控件,开发微机通过串口对工业仪表进行实时数据采集的编程技术。给出的程序代码具有通用性,并有详细的注释,可以直接或稍加改动后用于其他数据采集或实时控制程序中。-Using VB serial real-time data acquisition, communication paper introduces VB6.0 using MSComm control, through the serial port on the comp
  3. 所属分类:Com Port

    • 发布日期:2017-04-09
    • 文件大小:70158
    • 提供者:li
  1. VBWinSockAPIchat

    0下载:
  2. VB6.0使用WinSock API点对点聊天程序实例,VB聊天源码,API.bas中有大家常用的网络聊天API,比如清理内存中一些东西、定义一个连接(正确的叫法是:套接字)、关闭套接字、把端口和套接字绑定在一起、监听,如果你写服务端程序的话,用这个函数来开始监听是否有客户端请求连接,第1个参数是套接字句柄,第2个是允许客户端连接的数量、还有设置接收消息的窗口函数用的,用它把套接字绑定一个窗口,以后关于这个套接字的消息,都会发送到那个窗口的消息处理函数,比如连接成功,连接失败,有客户端请求连接,
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:18053
    • 提供者:bpudn42
  1. comtestdialog

    1下载:
  2. VB编写的单片机与电脑串口调试器,串口可选择、波特率、数据位、校验位、停止位都可以根据需要自定义,设置好以后可打开串口,发送字符可选择16进制,可自动发送,同时可添加CRC校验、LRC校验等,适时显示通讯状态。VB6.0环境的,可重新编译源代码。-VB, SCM and computer serial debugger, optional serial port, baud rate, data bits, parity, stop bits can be customized accordin
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:9412
    • 提供者:bpudn47
  1. GSM-Message

    0下载:
  2. The Source Code for reading and sending Messages Via a GSM Modem. Source Code created by using VB6 Object and MSCOMM. Just plug In the USB Port GSM Modem and don t forget to Setup Up Port GSM Modem
  3. 所属分类:Communication

    • 发布日期:2017-04-14
    • 文件大小:4114
    • 提供者:sam
  1. SeriaPort1

    0下载:
  2. Programming with Com port in VB6
  3. 所属分类:Education soft system

    • 发布日期:2017-04-25
    • 文件大小:10220
    • 提供者:Thang
  1. ComTest

    0下载:
  2. 串口测试软件用vc++6.0写的 用于测试串口-Test software written in vb6.0 by use of the serial port
  3. 所属分类:Com Port

    • 发布日期:2017-05-16
    • 文件大小:3993644
    • 提供者:
  1. PLCActiveX

    0下载:
  2. Omron & Keyence PLC Active X-Aicon PLC HMI This easy-to-use PLC ActiveX driver demonstrates: 1.1 Writing 10 words PC to selected PLC (Omron & Keyence) 1.2 Reading 10 words selected PLC to PC or Reading 10 x 16 bits selected PLC or both 1.3
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-04-16
    • 文件大小:147877
    • 提供者:Jacob
  1. vbterm

    0下载:
  2. I want to connect RS232 port using VB6. Can any one help me to know how can I connect RS232 port? I am looking for code samples to configure RS232.
  3. 所属分类:Communication

    • 发布日期:2017-04-25
    • 文件大小:13859
    • 提供者:jauresk
  1. UART_duplex

    0下载:
  2. 這是一個由 VB6.0 寫的 COM 通訊軟件, 他的特色是允許使用者同一時間存取兩個 COM Port, 當初是想使用語音辨識模塊無線控制 8051 開發板, 但是嫌語音識別模塊還要焊接藍芽模塊麻煩, 所以寫了這個將語音模塊透過計算機控制 8051 開發板的通訊軟件. 這個軟件會自動讀取電腦 COM PORT 硬件設置、顯示並供選取使用, 特別增加了防呆機制, 也就是說如果所選取的 COM PORT 被占用, 會提醒使用者選取另外的通訊阜, 不會意外中斷程序或當機. 一邊是接收端, 一邊是發送
  3. 所属分类:Communication

    • 发布日期:2017-04-14
    • 文件大小:3178
    • 提供者:kevin lai
  1. ComDebug

    0下载:
  2. 通过串口接收检验仪器发送的原始数据,进行解码调试的辅助程序。用VB6.0编写,集成了本地数据库访问功能,方便累积仪器数据。-Through the serial port to receive the original data sent by the test instrument, the decoding and debugging of the auxiliary program. Prepared with VB6.0, the integration of the local ac
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-30
    • 文件大小:42141
    • 提供者:user
  1. VB-com

    0下载:
  2. 在VB6环境下,获取电脑所有串口号,并显示在列表框内-VB6 enumerate the computer serial port, and display
  3. 所属分类:Com Port

    • 发布日期:2017-04-15
    • 文件大小:6005
    • 提供者:cjj
  1. octopus

    0下载:
  2. VB6.0编的串口通信调试工具,具有I2C调试功能,可设置串口的各个参数.-Serial communications debugging tool VB6.0 series with I2C debugging function, you can set various parameters of the serial port.
  3. 所属分类:Com Port

    • 发布日期:2017-05-07
    • 文件大小:1069129
    • 提供者:康强
  1. cejirbilitysbreakpointscheduler

    0下载:
  2. VB,net的串口通讯支持总是让人觉得有所不足,在使用VB6的MsComm32,-VB.net serial port communication support always let a person feel inadequate, when using VB6 MsComm32,
  3. 所属分类:Network Security

    • 发布日期:2017-12-17
    • 文件大小:19456
    • 提供者:QO&32825
« 1 2 3 45 »
搜珍网 www.dssz.com